Feature/add auto refresh to edge react UI#54994
Merged
jscheffl merged 3 commits intoapache:mainfrom Sep 3, 2025
Merged
Conversation
7d266eb to
c95be76
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements auto-refresh functionality for the Edge React UI by adding a 5-second refetch interval to data queries. The change removes the auto-refresh item from TODO lists as it has now been implemented.
- Adds auto-refresh with 5-second intervals to both worker and jobs pages
- Updates hash file to reflect the UI changes
- Removes completed auto-refresh TODO items from comments
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| providers/edge3/www-hash.txt | Updates hash to reflect UI bundle changes |
| providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/WorkerPage.tsx | Enables auto-refresh for worker data with 5-second interval |
| providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/JobsPage.tsx | Enables auto-refresh for jobs data with 5-second interval |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/WorkerPage.tsx
Outdated
Show resolved
Hide resolved
providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/JobsPage.tsx
Outdated
Show resolved
Hide resolved
pierrejeambrun
approved these changes
Sep 3, 2025
Member
pierrejeambrun
left a comment
There was a problem hiding this comment.
Small nits with should make the code cleaner. looking good otherwise.
providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/JobsPage.tsx
Outdated
Show resolved
Hide resolved
providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/JobsPage.tsx
Outdated
Show resolved
Hide resolved
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Sep 30, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 1, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 2, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 3, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 4, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 5, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 5, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 7, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 8, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 9, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 10, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 11, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 12, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 14, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 15, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 17, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
abdulrahman305 bot
pushed a commit
to abdulrahman305/airflow
that referenced
this pull request
Oct 19, 2025
* Add auto refresh to Edge Worker react UI * Review feedback Copilot * Review feedback Pierre
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following #53563 this PR enables auto-refresh.